projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23e99b
)
Update GtkLabel::angle docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jun 2016 03:40:32 +0000
(23:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jun 2016 03:40:32 +0000
(23:40 -0400)
We can have wrapped or ellipsized labels at an angle nowadays.
Still no selections though.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index f86869a0557e77b02f9039f72f892c4903d00c54..dd2bbbfd67e66ce90c77ee003c7baa7e35ce5371 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-1006,7
+1006,7
@@
gtk_label_class_init (GtkLabelClass *class)
* The angle that the baseline of the label makes with the horizontal,
* in degrees, measured counterclockwise. An angle of 90 reads from
* from bottom to top, an angle of 270, from top to bottom. Ignored
- * if the label is selectable
, wrapped, or ellipsized
.
+ * if the label is selectable.
*
* Since: 2.6
**/